home *** CD-ROM | disk | FTP | other *** search
/ AM/FM: Amiga Musicians' Freeware Magazine 15 / AM-FM 15.adf / s / startup-sequence < prev   
Text File  |  1992-09-02  |  631b  |  27 lines

  1. ; Startup-Sequence for AMFM, Issue 15
  2.  
  3. Assign ENV: RAM:
  4. Assign T: RAM:
  5.  
  6. Eighty on
  7.  
  8. :c/MemCheck 600000
  9. if not warn
  10.     :c/Copy :c/Wait RAM:
  11.     :c/AMFMMenu :s/Music-menu
  12. else
  13.     echo "Sorry - not enough free memory for background music..."
  14. endif
  15.  
  16. Echo "  When the picture appears, you can get rid of it by pressing"
  17. Echo "  the RIGHT mouse button."
  18. :c/Decrunch >nil: :Graphics/AMFMTitle.HAM.pp ram:
  19. :c/IFF >nil: ram:AMFMTitle.HAM
  20. :c/Delete >nil: ram:AMFMTitle.HAM
  21. :c/Echo "Front picture by Stephan Fuhrmann."
  22. ;:c/Echo "Sorry, no disk space for any front-picture this time..."
  23.  
  24. Zoomwindows quiet
  25. type :text/Copyright.txt
  26. AMFMmenu :s/menu
  27.